home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / bsrc_p2.arc / MAKE-BT.DOC < prev    next >
Encoding:
Text File  |  1988-11-30  |  2.2 KB  |  44 lines

  1. This software package is being distributed WITH FULL SOURCE CODE with
  2. the following conditions:    1) If anything awful happens because you
  3. use it (or don't  use  it),  you  accept full responsibility;  2) you
  4. don't start making tons of  voice calls to the authors to complain or
  5. make suggestions about enhancements, useful or  otherwise;  3) you do
  6. not  reuse  this  code  in  commercial  products    without  specific
  7. permission to do so from the authors;   4)  If  you find any problems
  8. you send fixes to the authors for inclusion in  updates;  5) You find
  9. some    way    to  express  your  appreciation  for  this  method  of
  10. distribution,  either  by  writing code or application notes, or just
  11. sending along a "Thank You" message.
  12.  
  13. There is  copyrighted  code  in  this  product.    We either wrote it
  14. ourselves or got  permission to use it.  Please don't force us to pay
  15. a lawyer -- have  some  respect  for our motives and don't abuse this
  16. "license".
  17.  
  18.  
  19.  
  20.  
  21. BinkleyTerm was compiled using MicroSoft C Version 4.00 and MicroSoft
  22. Macro Assembler Version 4.00. It was linked using LINK Version 3.51.
  23.  
  24. The MAKEFILE  is  for a version of MAKE that I found somewhere in the
  25. public domain.   It  has  a wonderful feature for linking that it can
  26. dynamically build a temp  file  to  give  LINK  as  input,  should it
  27. determine that the LINK command line would otherwise be too long.  If
  28. you have any problems with LINK  I  suggest  that you build a command
  29. file to drive it and make the appropriate edit to the MAKEFILE.
  30.  
  31. There are 3 files missing from this  set.  You will find all three of
  32. them on the MS-C 4.0 "Startup Source Code  Disk".  You should use the
  33. VERSION.INC file that is in the "S" subdirectory on that disk.  Files
  34. MSDOS.INC and CMACROS.INC are in the root directory.
  35.  
  36. This version should compile cleanly, unlike some previous versions of
  37. BinkleyTerm.
  38.  
  39. NOTA BENE:  We have attempted to port BT to MicroSoft  C Version 5.00
  40. and been unsuccessful.  The reason is that BT is very VERY  close  to
  41. the  infamous  64K  limit and the additional overhead of MSC5 puts it
  42. over the  top,  as it were.  This problem will be addressed later on.
  43. For now, don't delete your MSC4 software if you want to build BT.
  44.